From: Liangbin Lian Date: Mon, 21 Apr 2025 06:19:19 +0000 (+0800) Subject: transmission: add syscalls to seccomp filter X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=d8272975468374232b72e85c70cf79c3699aca8b;p=feed%2Fpackages.git transmission: add syscalls to seccomp filter Add missing syscalls found with `/etc/init.d/transmission trace`. fix crash on boot on x86_64 platform Signed-off-by: Liangbin Lian --- diff --git a/net/transmission/Makefile b/net/transmission/Makefile index f4ee60ea6a..0974ba7d0b 100644 --- a/net/transmission/Makefile +++ b/net/transmission/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=transmission PKG_VERSION:=4.0.6 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/transmission/transmission/releases/download/$(PKG_VERSION)/ diff --git a/net/transmission/files/transmission-daemon.json b/net/transmission/files/transmission-daemon.json index d4125103da..77e0cc4130 100644 --- a/net/transmission/files/transmission-daemon.json +++ b/net/transmission/files/transmission-daemon.json @@ -35,9 +35,12 @@ "fsync", "futex", "getdents64", + "getegid", "getegid32", "getenv", + "geteuid", "geteuid32", + "getgid", "getgid32", "getpeername", "getpid",